ga.view.streaming
Class StreamingEvaluationState.ViewSwitchListener

java.lang.Object
  extended by ga.view.streaming.StreamingEvaluationState.ViewSwitchListener
All Implemented Interfaces:
com.jme3.input.controls.ActionListener, com.jme3.input.controls.InputListener
Enclosing class:
StreamingEvaluationState<T extends IIndividual<T>>

private class StreamingEvaluationState.ViewSwitchListener
extends java.lang.Object
implements com.jme3.input.controls.ActionListener

Keyboard listener to switch the perspective.

Since:
12.08.2012
Author:
Stephan Dreyer

Field Summary
private  int i
           
 
Constructor Summary
private StreamingEvaluationState.ViewSwitchListener()
           
 
Method Summary
 void onAction(java.lang.String name, boolean keyPressed, float tpf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i

private int i
Constructor Detail

StreamingEvaluationState.ViewSwitchListener

private StreamingEvaluationState.ViewSwitchListener()
Method Detail

onAction

public void onAction(java.lang.String name,
                     boolean keyPressed,
                     float tpf)
Specified by:
onAction in interface com.jme3.input.controls.ActionListener